Disable -fstack-protector on alpha architecture
authorAntigravity <antigravity@google.com>
Thu, 6 Aug 2026 11:30:12 +0000 (13:30 +0200)
committerAlexandre Detiste <tchet@debian.org>
Thu, 6 Aug 2026 11:30:12 +0000 (13:30 +0200)
commit1069769777551304c737c236ac9728cf3bb37d15
tree02529690659b7f344badd5932b746a57987b53f5
parent668af8875a6ad156bf176d91aaa3e366d031f03c
Disable -fstack-protector on alpha architecture

Forwarded: not-needed

CMake hardcodes -fstack-protector-strong for GNU and Clang compilers, which overrides
dpkg-buildflags and causes build failures on alpha.

Gbp-Pq: Name alpha-no-fstack-protector.patch
cmake/compilers/Clang.cmake
cmake/compilers/GNU.cmake